home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-12 | 1.3 KB | 32 lines | [TEXT/KAHL] |
-
- /* graphics_2.c */
- double LogScale(double, TBOOLEAN, double, char *, char *);
- int boundary(TBOOLEAN);
- double dbl_raise(double, int);
- double make_tics(double, double, TBOOLEAN, double);
- int do_plot(struct curve_points *, int, double, double, double, double);
- void plot_impulses(struct curve_points *, int, int);
- void plot_lines(struct curve_points *);
- void plot_steps(struct curve_points *);
- void plot_bars(struct curve_points *);
- void plot_boxes(struct curve_points *, int);
- void plot_points(struct curve_points *);
- void plot_dots(struct curve_points *);
- void edge_intersect(struct coordinate GPHUGE *, int, double *, double *);
- void edge_intersect_steps(struct coordinate *, int, double *, double *);
- TBOOLEAN two_edge_intersect_steps(struct coordinate *, int, double *, double *);
- TBOOLEAN two_edge_intersect(struct coordinate GPHUGE *, int, double *, double *);
- int polar_xform(struct curve_points *, int);
- int draw_ytics(double, double, double);
- int draw_xtics(double, double, double);
- int draw_series_ytics(double, double, double);
- int draw_series_xtics(double, double, double);
- int draw_month_ytics(void);
- int draw_month_xtics(void);
- int draw_day_ytics(void);
- int draw_day_xtics(void);
- int draw_set_ytics(struct ticmark *);
- int draw_set_xtics(struct ticmark *);
- int ytick(double, char *, double, double);
- int xtick(double, char *, double, double);
-